]> dgit.raspbian.org Git - nextcloud-desktop.git/commit
convert double numbers to int because we expect them to be real ints
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Fri, 3 Jun 2022 10:15:14 +0000 (12:15 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 3 Dec 2024 15:29:16 +0000 (16:29 +0100)
commit0640eb6c31eebdbbec0ce03cf2e177ee2ed6fc14
treeb62a30c39a7ae0b7a9cb727a5d279c959ff8e314
parent61ccde6b7c2c16a9576909a2ba68c7215ee40909
convert double numbers to int because we expect them to be real ints

we give them to APIs expecting int

we compare them to int values

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/userstatusselectormodel.cpp